Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure Core Version #7053

Merged
merged 5 commits into from
Jul 29, 2024

Conversation

kkeirstead
Copy link
Member

Summary

Same as #6999 - Microsoft.Identity.Web was indirectly taking a dependency on 1.40.0 within dotnet-monitor, so the updates in AzureBlobStorage to Azure.Storage.Blobs and Azure.Storage.Queues were insufficient to resolve the issue.

Release Notes Entry

@kkeirstead kkeirstead requested a review from a team as a code owner July 29, 2024 19:00
@jander-msft jander-msft added the servicing-minor Servicing fixes that is targeted for a minor release (0.x.0 version) label Jul 29, 2024
@kkeirstead kkeirstead merged commit 83b1306 into dotnet:main Jul 29, 2024
26 checks passed
@kkeirstead
Copy link
Member Author

/backport to release/8.0

Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/dotnet-monitor/actions/runs/10167536207

Copy link
Contributor

@kkeirstead backporting to release/8.0 failed, the patch most likely resulted in conflicts.

Please backport manually using one of the below commands, followed by git am --continue once the merge conflict has been resolved.

PowerShell

(Invoke-WebRequest "https://github.com/dotnet/dotnet-monitor/commit/83b13069e79bc86e47e0cb94b7fae4d06745d4cd.patch").Content | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch

Bash

curl -sSL "https://github.com/dotnet/dotnet-monitor/commit/83b13069e79bc86e47e0cb94b7fae4d06745d4cd.patch" | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch

git am error output:

$ git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch changes.patch

Applying: Update Azure Core Version (#7053)
Using index info to reconstruct a base tree...
M	Directory.Packages.props
M	eng/dependabot/independent/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/dependabot/independent/Versions.props
Auto-merging Directory.Packages.props
CONFLICT (content): Merge conflict in Directory.Packages.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Update Azure Core Version (#7053)
Error: The process '/usr/bin/git' failed with exit code 128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
servicing-minor Servicing fixes that is targeted for a minor release (0.x.0 version)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants